home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / others / codetext / uu_code / uudecode.doc next >
Encoding:
Text File  |  1993-09-13  |  791 b   |  19 lines

  1. Uudecode and uuencode are two utility programs for converting binary
  2. files to text files and vice versa.  
  3.  
  4. The purpose of these programs is to enable binary files to be
  5. transmitted over computer networks that only accept text messages.
  6. A binary file is uuencoded at one end, transmitted, then uudecoded
  7. at the other end.
  8.  
  9. Generally, a uuencoded file will be 30-40% larger on average than the
  10. original binary file.  This is because binary files can contain arbitrary
  11. data, while a uuencoded file must be restricted to a subset of
  12. printable characters.  Thus each byte of a binary file will on average
  13. require more than one byte storage in uuencoded form.
  14.  
  15. Uudecode and uuencode are in use on Unix systems and elsewhere; these
  16. programs are compatible with those versions.
  17.  
  18.  
  19.